RITENCLR=NOCLEAR, RITINT=NOMTCH, RITEN=TIMER_DISABLED, RITENBR=DEBUG
Control register.
RITINT | Interrupt flag 0 (NOMTCH): The counter value does not equal the masked compare value. 1 (MATCH): This bit is set to 1 by hardware whenever the counter value equals the masked compare value specified by the contents of RICOMPVAL and RIMASK registers. Writing a 1 to this bit will clear it to 0. Writing a 0 has no effect. |
RITENCLR | Timer enable clear 0 (NOCLEAR): The timer will not be cleared to 0. 1 (CLEAR): The timer will be cleared to 0 whenever the counter value equals the masked compare value specified by the contents of COMPVAL/COMPVAL_H and MASK/MASK_H registers. This will occur on the same clock that sets the interrupt flag. |
RITENBR | Timer enable for debug 0 (DEBUG): Debug has no effect on the timer operation. 1 (HALT): The timer is halted when the processor is halted for debugging. |
RITEN | Timer enable. 0 (TIMER_DISABLED): Timer disabled. 1 (TIMER_ENABLED): Timer enabled. This can be overruled by a debug halt if enabled in bit 2. |
RESERVED | Reserved. Read value is undefined, only zero should be written. |